-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constify Location
methods
#101030
Constify Location
methods
#101030
Conversation
r? @scottmcm (rust-highfive has picked a reviewer for you, use r? to override) |
Hi lang! Nominating to see whether we have any concerns about what it means to give access to this kind of stuff in const -- it feels like it could mean functions that give monomorphization-time errors if called from functions in the wrong file, since they could |
ping @rust-lang/wg-const-eval, any potential issue with constifying this? |
Seems fine to me, but the PR should add some tests. |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Added. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We discussed this in the lang meeting last week. The core conclusion we ended up at is that the horrible things you could potentially do at compile-time with this aren't any that much worse than the horrible things you can do with this at runtime today (like aborting if called from line 666). So there's no need to block this from nightly. |
@bors r+ |
⌛ Testing commit 7b99388 with merge 601b5281fdcbad5156eec5a8410a7c2fb9a1fada... |
💔 Test failed - checks-actions |
@bors r- Looks like the tests need to be fixed for windows:
|
This comment has been minimized.
This comment has been minimized.
Fixed. |
@bors r=scottmcm |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bf15a9e): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
Tracking issue: #102911
Example: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=4789884c2f16ec4fb0e0405d86b794f5